acceptCall

abstract fun acceptCall(videoEnabled: Boolean)

Accepts the incoming call

Since

2.0.0

Parameters

videoEnabled

indicates call answered with video or not


abstract fun acceptCall(videoEnabled: Boolean, customParameters: Map<String?, String?>?)

Accepts the incoming call and sends the given custom SIP headers to WebRTC GW server.

Since

4.5.0

Parameters

videoEnabled

indicates call answered with video or not

customParameters

key-value pairs of custom SIP headers to send